home *** CD-ROM | disk | FTP | other *** search
- WinUser
- !Windows Based Userlist for Sever:
- Courier
- Form15
- Command5
- &ReScan
- Command3
- &Exit
- Command2
- &Print
- NextButton
- &Next Page
- Label2
- Seton Hall University - OAC
- Label1
- By: Joseph A. DiVito
- Line1
- actions
- &Actions
- rescan
- &ReScan
- print
- &Print
- nextpage
- &Next Page
- nothing
- &Exit
- about
- A&bout
- @ Form_Load
- Form_Click
- Offset
- Width<
- Height
- BackColorm
- ForeColor
- ScaleWidthD
- Fontsize
- CurrentX
- CurrentY
- Text1
- Frame1
- List1
- Show_Users
- A_TABU
- Form_Activate
- Point_to_users
- Command1_Click@
- Form1
- Address
- Command3_ClickR
- exit_Clicku
- about_Click
- About
- Userlistb
- AboutForm
- Leftj
- Screen(
- Command5_Click
- Command2_Click!
- Show_Users_To_printerG
- Pritner
- Printer
- printerPrint_
- WinHelp#
- HelpFile
- wCommandH
- dwDataY
- GetWinFlags
- CRLFH
- ServerName
- GetFileServerName
- Caption
- NWGetConnectionInformation
- ConnNum
- ObjectName|
- ObjectTypeq
- objectIDR
- loginTime
- DATE_AND_TIME
- logindate
- NewName
- DisplayedUsers[
- TotalConnections
- CurrentConnection
- GetUserInfoforConn
- CurrentConnecton
- DisplayUsers
- NWGetFileServerName
- NWGetFileServerInformation
- MajorVersion
- MinorVersion
- Revision
- MaxxConnections
- MaxConnectionsUsed
- ConnectionsInUse
- NumVolumes
- SFTLevel]
- TTSLevelj
- MaxConnections
- Command1
- EnabledW
- CurrentlConnectionP
- GlobalServer
- Scanning
- NextButtonQ
- NextButton_Click
- NWGetConnectionNumber
- MyConnectionr
- DateTime
- FormatDateAndTime
- Functions
- month5
- Srting
- TempString
- OldCurrentConnection
- TempDate
- login
- TmepDate
- minute
- GetUserNetworkAdd
- Network
- Constant
- should
- NWGetInetAddr
- inetaddr
- NWINET_ADDRw
- TempNetwork
- TempNode
- networkaddr
- netnodeaddr
- NWLongSwap
- NWWordSwap
- Temp1
- Temp4,
- Tempcl
- TempAgain
- breaki
- NWGetDefaultConnectionID
- CurrentHandle
- PrintedUsers
- Form_Paint
- Form_GotFocus
- %CurrentConnectionOldCurrentConnection
- WinUser
- rescan_Click
- print_Click
- nextpage_Click
- about_Click
- The 1 parameter is for Modal loading of the form
- I know... I know ... The Constant.txt file should
- be loaded, but I wanted to make it would worko
- For those downloading the utility
- Command2_Click
- Command3_Click
- Command5_Click
- WinUser for Server:
- - Scanning
- exit_Click
- Form_Activate
- Form_GotFocus
- Form_Load
- Initialize Some Variables
- Positions the Main Screen
- Get the Default Connection Handlea
- In Case the Machine was not rebooted or the0
- User is attached to multiple servers
- Sets the Title of the Form for displaying the server
- Get the Maximum Connection
- Most of the Parameters are not necessary
- But - oh well
- Must be reset for Multiple servers
- Get the Current Conneciton Number for the Server
- Must be reset for Multiple Servers
- Form_Paint
- GetUserInfoforConn
- This is the Netware SDk call to get the information that we format below
- Check to see if the Connection is in use
- Check to see if it is a "NLI" connection
- NOT-LOGGED-IN
- Begins the formatting of the Date and Time
- - - : am
- Start with the month
- Proceed with the day
- Then the Year
- Now the time - Start with hour
- Login > 12pm
- login at Midnightg
- logintime was before noon but after midnight
- Now the Minute
- Now lets remove excess "0"'s
- First the zero in front of the month
- Second teh zero in the hourt
- GetUserNetworkAdd
- This subroutine get the Network and Node
- Addresses of the connection from CurrentConnection
- It then formats themn correctly and passes
- them back through the last 2 paramaeters
- This is the Netware SDK call to get the addresses
- I admit the using the NWLongSwap function would
- be best here, however there seems to be a glitch
- I can't nail down. It seems to work fine by
- Using the VB function HEX as in teh Format function here
- This removes the "0"'s to make it more like thet
- Userlist for DOS program
- Same reason as above.r
- NextButton_Click
- nextpage_Click
- print_Click
- Call Show_Users_To_printer
- rescan_Click
- WinUser for Server:
- - Scanning
- Show_Users
- User Name
- Network
- Node Address
- Login Time
- -------------------------------------------------------------------
- Get the infomation about the connection - Replace "1" with Serverconne
- WinUser for Server:
- - Scanning
- WinUser for Server:
- - Finished
- WinUser for Server:
- - Waiting
- Show_Users_To_printer
- User Information for Server:
- User Name
- Network
- Node Address
- Login Time
- -------------------------------------------------------------------
- Get the infomation about the connection - Replace "1" with Serverconn-
-